bitkeeper revision 1.1389.11.1 (42808ac9uy5txhByMBPYs1-aOPf9YA)
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 10 May 2005 10:19:53 +0000 (10:19 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 10 May 2005 10:19:53 +0000 (10:19 +0000)
Kconfig:
  Disable IRQBALANCE for now since there's no re-route pirq's in Xen yet.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6.11-xen-sparse/arch/xen/i386/Kconfig

index 3ed45ade7bfdc5b060d116a5961e49220fd3f7de..8d64f009309ab34e9ece512566c7d194b9e6dbed 100644 (file)
@@ -636,7 +636,7 @@ config MTRR
 
 config IRQBALANCE
        bool "Enable kernel irq balancing"
-       depends on SMP && X86_IO_APIC
+       depends on SMP && X86_IO_APIC && !XEN
        default y
        help
          The default yes will allow the kernel to do irq load balancing.